Moved from main source dir
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 20:26:31 +0000 (20:26 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 20:26:31 +0000 (20:26 +0000)
gpsbabel/xmldoc/babelmain.xsl [new file with mode: 0644]

diff --git a/gpsbabel/xmldoc/babelmain.xsl b/gpsbabel/xmldoc/babelmain.xsl
new file mode 100644 (file)
index 0000000..1bcac19
--- /dev/null
@@ -0,0 +1,35 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:exsl="http://exslt.org/common"
+               version="1.0"
+                exclude-result-prefixes="exsl">
+
+
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
+
+<xsl:param name="html.stylesheet">http://www.gpsbabel.org/style3.css</xsl:param>
+<xsl:param name="use.id.as.filename">1</xsl:param>
+<xsl:param name="chunk.first.sections">1</xsl:param>
+<xsl:param name="toc.section.depth">1</xsl:param>
+
+<xsl:template name="user.header.navigation">
+  <xsl:text>
+
+  </xsl:text>
+  <xsl:comment>#include virtual="../navbar.inc" </xsl:comment>
+  <xsl:comment>#include virtual="../doc-header.inc" </xsl:comment>
+  <xsl:text>
+
+  </xsl:text>
+</xsl:template>
+
+<xsl:template name="user.footer.navigation">
+  <xsl:text>
+
+  </xsl:text>
+  <xsl:comment>#include virtual="../doc-footer.inc" </xsl:comment>
+  <xsl:text>
+
+  </xsl:text>
+</xsl:template>
+</xsl:stylesheet>